home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFREPORTMAGIC / TFREPORTMAGIC.txt
Text File  |  2006-04-19  |  4KB  |  189 lines

  1. object fReportMagic: TfReportMagic
  2.   Left = 308
  3.   Top = 113
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 284
  6.   ClientWidth = 489
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lblErrDetails: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 5
  23.     Height = 13
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clWindowText
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.   end
  31.   object lblSigniture: TLabel
  32.     Left = 8
  33.     Top = 56
  34.     Width = 64
  35.     Height = 13
  36.     Caption = 'lblSigniture'
  37.     Font.Charset = DEFAULT_CHARSET
  38.     Font.Color = clWindowText
  39.     Font.Height = -11
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = [fsBold]
  42.     ParentFont = False
  43.   end
  44.   object lblInternal: TLabel
  45.     Left = 16
  46.     Top = 24
  47.     Width = 45
  48.     Height = 13
  49.     Caption = 'lblInternal'
  50.   end
  51.   object lblSigniture2: TLabel
  52.     Left = 16
  53.     Top = 72
  54.     Width = 57
  55.     Height = 13
  56.     Caption = 'lblSigniture2'
  57.   end
  58.   object lblRepDetails: TLabel
  59.     Left = 8
  60.     Top = 96
  61.     Width = 76
  62.     Height = 13
  63.     Caption = 'lblRepDetails'
  64.     Font.Charset = DEFAULT_CHARSET
  65.     Font.Color = clWindowText
  66.     Font.Height = -11
  67.     Font.Name = 'MS Sans Serif'
  68.     Font.Style = [fsBold]
  69.     ParentFont = False
  70.   end
  71.   object lblRepDet1: TLabel
  72.     Left = 16
  73.     Top = 116
  74.     Width = 53
  75.     Height = 13
  76.     Caption = 'lblRepDet1'
  77.   end
  78.   object lblRepDet2: TLabel
  79.     Left = 16
  80.     Top = 130
  81.     Width = 53
  82.     Height = 13
  83.     Caption = 'lblRepDet2'
  84.   end
  85.   object lblRepDet3: TLabel
  86.     Left = 16
  87.     Top = 152
  88.     Width = 53
  89.     Height = 13
  90.     Caption = 'lblRepDet3'
  91.   end
  92.   object lblRepDet4: TLabel
  93.     Left = 16
  94.     Top = 166
  95.     Width = 53
  96.     Height = 13
  97.     Caption = 'lblRepDet4'
  98.   end
  99.   object lblRepDet5: TLabel
  100.     Left = 16
  101.     Top = 188
  102.     Width = 53
  103.     Height = 13
  104.     Caption = 'lblRepDet5'
  105.   end
  106.   object lblRepDet6: TLabel
  107.     Left = 16
  108.     Top = 202
  109.     Width = 53
  110.     Height = 13
  111.     Caption = 'lblRepDet6'
  112.   end
  113.   object lblRepDet7: TLabel
  114.     Left = 16
  115.     Top = 216
  116.     Width = 53
  117.     Height = 13
  118.     Caption = 'lblRepDet7'
  119.   end
  120.   object lblViewInfo: TLabel
  121.     Left = 16
  122.     Top = 240
  123.     Width = 3
  124.     Height = 13
  125.   end
  126.   object lblInfoClick: TLabel
  127.     Left = 88
  128.     Top = 240
  129.     Width = 20
  130.     Height = 13
  131.     Cursor = crHandPoint
  132.     Caption = 'Link'
  133.     Font.Charset = DEFAULT_CHARSET
  134.     Font.Color = clBlue
  135.     Font.Height = -11
  136.     Font.Name = 'MS Sans Serif'
  137.     Font.Style = [fsUnderline]
  138.     ParentFont = False
  139.     OnClick = lblInfoClickClick
  140.   end
  141.   object lblPolicy: TLabel
  142.     Left = 16
  143.     Top = 256
  144.     Width = 3
  145.     Height = 13
  146.   end
  147.   object lblPolicyClick: TLabel
  148.     Left = 88
  149.     Top = 256
  150.     Width = 20
  151.     Height = 13
  152.     Cursor = crHandPoint
  153.     Caption = 'Link'
  154.     Font.Charset = DEFAULT_CHARSET
  155.     Font.Color = clBlue
  156.     Font.Height = -11
  157.     Font.Name = 'MS Sans Serif'
  158.     Font.Style = [fsUnderline]
  159.     ParentFont = False
  160.     OnClick = lblPolicyClickClick
  161.   end
  162.   object btnClose: TButton
  163.     Left = 400
  164.     Top = 248
  165.     Width = 75
  166.     Height = 25
  167.     Default = True
  168.     TabOrder = 0
  169.     OnClick = btnCloseClick
  170.   end
  171.   object Memo: TRichEdit
  172.     Left = 0
  173.     Top = 24
  174.     Width = 489
  175.     Height = 213
  176.     Font.Charset = ANSI_CHARSET
  177.     Font.Color = clWindowText
  178.     Font.Height = -11
  179.     Font.Name = 'Courier New'
  180.     Font.Style = []
  181.     ParentFont = False
  182.     ReadOnly = True
  183.     ScrollBars = ssBoth
  184.     TabOrder = 1
  185.     Visible = False
  186.     WordWrap = False
  187.   end
  188. end
  189.